<!DOCTYPE html>
<html>
<head>
    <meta http-equiv=Content-Type content="text/html;charset=utf-8">
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>广州市超博科技有限公司</title>
    <meta name="keywords" content="广州市超博科技有限公司"/>
    <meta name="description" content="广州市超博科技有限公司"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="shortcut icon" href="favicon.ico">

    <link rel="stylesheet" href="iconfont.css" type="text/css" media="all">
    <link rel="stylesheet" href="reset.css" type="text/css" media="all">
    <link rel="stylesheet" href="site.css" type="text/css" media="all">
    <link rel="stylesheet" href="swiper.min.css" type="text/css" media="all">
    <link rel="stylesheet" href="animate.css" type="text/css" media="all">
    <script src="files/jquery-1.8.3.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="files/jquery.SuperSlide.2.1.1.js" type="text/javascript" charset="utf-8"></script>
    <script src="files/swiper.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="files/public.js" type="text/javascript" charset="utf-8"></script>
    <style type="text/css" media="all">
        a:hover{
            color: #00a0e9;
        }
    </style>
</head>
<body>
<div mfid="C1_Share_top"  class="mod1311">
<style>
    .mod1311 .top_bg {
        width: 100%;
        height: 36px;
        font-size: 14px;
        color: #fff;
        line-height: 36px;
        background: url(images/7C65475E-32501F11-AC7ACB7F-59C4AD3E0.png) center no-repeat;
    }
    .mod1311 .top_bg .dicon {
        display: block;
        float: left;
        padding-right: 10px;
        color: #989898;
    }
    .mod1311 .top_bg a {
        display: block;
        float: left;
        max-width: 100px;
        font-size: 14px;
        color: #989898;
    }
    .mod1311 .top_bg span {
        display: block;
        float: left;
        max-width: 100px;
        color: #989898;
    }
    .mod1311 .top_bg b {
        display: block;
        float: left;
        max-width: 300px;
        font-size: 24px;
        color: #00a0e9;
    }
    .mod1311 .top_bg > .fl {
        max-width: 330px;
    }
    .mod1311 .top_bg .top_item {
        padding: 0 15px;
        border-right: 1px solid #989898 ;
    }
    .mod1311 .top_bg .top_item:hover a {
        color: #fff;
    }
    .mod1311 .top_bg .top_item:hover i {
        color: #fff;
    }
    .mod1311 .top_bg .top_cont {
        padding-left: 15px;
    }
    .mod1311 .service_pic_btn {
        position: absolute;
        top: 0;
        right: 50%;
        width: 120px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height:40px;
        border-radius: 5px;
        background: #ff0808;
        z-index: 99;
    }
</style>
<div class="top_bg"><div class="box clearfix">
        <div class="fl line-clamp-1">您好！欢迎访问广州市超博科技有限公司的网站！</div>
        <div class="fr">
            <div class="fl top_item">
                <i class="dicon di-feedback"></i>
                <a href="feedback.html" class="line-clamp-1" varid="txt1">在线留言</a>
            </div>
            <div class="fl top_item">
                <i class="dicon di-kefu-copy"></i>
                <a href="contact.html" class="line-clamp-1" varid="txt2">联系我们</a>
            </div>
            <div class="fl top_cont">
                <i class="dicon di-dianhua4"></i>
                <span class="line-clamp-1" varid="txt3">咨询热线：</span>
                <b class="line-clamp-1">
                    
                    18818844207
                    
                </b>
            </div>
        </div>
    </div>
</div>
</div>

<div mfid="C1_Share_header"  class="mod1372">
<style>
    .mod1372 .header_bg {
        position: relative;
        width: 100%;
        height: 100px;
        z-index: 9999;
        background: #fff;
        transition: all ease 0.5s;
    }
    .mod1372 .header_top {
        position: fixed;
        left: 0;
        top: 0;
        padding: 0;
        width: 100%;
        z-index: 9999;
        background: rgba(255,255,255,0.8);
    }
    .mod1372 .header_l {
        margin-top: 15px;
     
    }
    .mod1372 .header_l img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .mod1372 .header_nav {
        max-width: 1000px;
        min-width: 600px;
        height: 100px;
    }
    .mod1372 .header_nav li {
        float: left;
        position: relative;
        width: 120px;
        line-height: 100px;
    }
    .mod1372 .header_nav li a {
        position: relative;
        display: block;
        text-align: center;
        font-size: 16px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transform: perspective(1px) translateZ(0);
    }
    .mod1372 .header_nav > ul > li > a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background: #00a0e9;
    }
    .mod1372 .header_nav li:hover a,.mod1372 .header_nav li.on a {
        color: #00a0e9;
    }
    .mod1372 .header_nav li:hover a::before,.mod1372 .header_nav li.on a:before {
        left: 0;
        right: 0;
    }
    .mod1372 .menu {
        position: relative;
        display: none;
        width: 100%;
        z-index: 999;
        background: #00a0e9;
    }
    .mod1372 .header_nav li .menu li {
        float: none;
        height: 40px;
        line-height: 40px;
    }
    .mod1372 .header_nav li .menu li a {
        display: block;
        color: #fff;
    }
    .mod1372 .header_nav li .menu li:hover a {
        background: #cccccc;
    }
</style>
<div class="header_bg">
    <div class="box clearfix">
        <div class="fl header_l" varid="logo">
            <img src="images/DABDECD4-97C070AC-3218F167-6992CC270.png" alt="广州市超博科技有限公司" title="广州市超博科技有限公司">
            
            
        </div>
        <div class="fr header_nav clearfix" varid="nav">
            <ul>
                
                
                <li class="nLi on">
                    <a href="/">网站首页</a>
                </li>
                
                <li class="nLi ">
                    <a href="products_167141.html">实验试剂</a>
                </li>
                
                <li class="nLi ">
                    <a href="products_167142.html">实验耗材</a>
                </li>
                
                <li class="nLi ">
                    <a href="products_167143.html">仪器设备</a>
                </li>
                
                <li class="nLi ">
                    <a href="company.html">关于我们</a>
                </li>
                
                <li class="nLi ">
                    <a href="news.html">新闻中心</a>
                </li>
                
                
            </ul>
        </div>
    </div>
</div>
<script>
$(window).scroll(function (){
        var sHeight = $(window).scrollTop();
        if(sHeight>36){
                $('.header_bg').addClass('header_top');
            }else{
                $('.header_bg').removeClass('header_top');
        }
    });   
</script>
</div>

<div mfid="C1_Share_banner" class="mod1019">
	  
	
	<style>
		.mod1019 .banner .swiper-container,.mod1019 .banner .ban_bg,.mod1019 .banner .ban_nbg { width: 100%; height: 600px;} 
		.mod1019 .banner .swiper-pagination-bullet-active {background: #00a0e9;}
		.mod1019 .banner .ban_bg	{ background: url() no-repeat center;}
		.mod1019 .banner .ban_nbg { background: url(jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQC2Ts1d_kzzEhjr3PP_zQmzOib0ooBmIJYFr0pVo99OORPDtyXk0Hz_Z3qmVXlY0Ik.1.jpg) no-repeat center;}
		.mod1019 .banner .slide_01{ background: url(jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQC2Ts1d_kzzEhjr3PP_zQmzOib0ooBmIJYFr0pVo99OOclZfQmihCCWPrhpYPVtDVo.1.jpg) no-repeat center;}
		.mod1019 .banner .slide_02{ background: url(jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQC2Ts1d_kzzEhjr3PP_zQmzOib0ooBmIJYFr0pVo99OOSnWdPMvm3wbphh_12P-xuM.1.jpg) no-repeat center;}
		.mod1019 .banner .swiper-slide{ background-position: center; background-repeat: no-repeat;}
		.mod1019 .banner .swiper-slide a{ display: block; width: 100%; height: 100%;}
	</style>
	
	<div class="banner">
		 
		
		
	
		  <!--内页banner-->
		<div class="swiper-container clearfix" varid="ban_n">
			
			<div class="swiper-wrapper">
				
				<style>
				    .mod1019 .banner .slide_01{ background-image: url(images/48213F56-09A01E55-DABC9362-0A2C76160.jpg);}
				</style>
				<div class="swiper-slide slide_01"></div>
				
				<style>
				    .mod1019 .banner .slide_02{ background-image: url(images/630220A4-B5A25555-D05B02AE-61993DB00.jpg);}
				</style>
				<div class="swiper-slide slide_02"></div>
				
				<style>
				    .mod1019 .banner .slide_03{ background-image: url(images/B1C47EEB-48E7E9E6-3004CFB3-4C68686E0.jpg);}
				</style>
				<div class="swiper-slide slide_03"></div>
				
			</div>
			
			<!-- Add Pagination -->
			<div class="swiper-pagination"></div>
			<!-- Add Arrows -->
			<div class="swiper-button-next"></div>
			<div class="swiper-button-prev"></div>
			<!-- Initialize Swiper -->
			<script>
			    var swiper = new Swiper('.banner .swiper-container', {
			        spaceBetween: 30,
			        centeredSlides: true,
			        autoplay: {
			            delay: 5000,
			            disableOnInteraction: false,
			        },
			        pagination: {
			            el: '.banner .swiper-pagination',
			            clickable: true,
			        },
			        navigation: {
			            nextEl: '.banner .swiper-button-next',
			            prevEl: '.banner .swiper-button-prev',
			        },
			        loop: 'true',
			    });
			    //鼠标覆盖停止自动切换
			    swiper.el.onmouseover = function(){
			    swiper.autoplay.stop();
			    }
			    //鼠标离开开始自动切换
			    swiper.el.onmouseout = function(){
			    swiper.autoplay.start();
			    }
			</script>
			
			
		</div>
		
		
		</div>
	
</div>

<div mfid="C1_Share_ys"  class="mod1415">
<style>
    .mod1415 .ys_bg {
        margin: 60px auto 0;
        padding-bottom: 60px;
        width: 1200px;
    }
    .mod1415 .ys_bg dl {
        float: left;
        width: 240px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .mod1415 .ys_bg dl:hover dt {
        top: -15px;
        transform: rotateY(360deg);
    }
    .mod1415 .ys_bg dl:last-of-type {
        border-right: none;
    }
    .mod1415 .ys_bg dl dt {
        position: relative;
        margin: 0 auto 30px;
        top: 0;
        width: 117px;
        height: 117px;
        transition: all 0.6s;
    }
    .mod1415 .ys_bg dl dt img{ width:100%; height:100%;}
    .mod1415 .ys_bg dl dd {
        text-align: center;
    }
    .mod1415 .ys_bg dl dd span {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #00a0e9;
        line-height: 19px;
    }
    .mod1415 .ys_bg dl dd p {
        display: block;
        text-align: center;
        font-size: 15px;
        color: #333;
        line-height: 30px;
    }
    .ys_title{ font-size:34px; text-align:center; color:#00a0e9; line-height:51px;}
    .ys_text{ font-size:14px; text-align:center; color:#999999; line-height:40px; margin-bottom:30px;}
</style>
<div class="ys_bg">
    <div class="box clearfix">
        <div class="ys_title" varid="title1">一体化实验室仪器，试剂，耗材,专业送检，技术服务供应商</div>
        <div class="ys_text" varid="title2">我们注重细节、严抓品质、精益求精、追求客户满意</div>
    </div>
    
    
    
    <div class="box clearfix">
        <dl>
            <dt varid="ys_img01">
                <img src="files/images/1.png" alt="品牌可信赖" title="品牌可信赖">
            </dt>
            <dd>
                <span class="line-clamp-1" varid="ys_t01">品牌可信赖</span>
                <p class="line-clamp-3" varid="ys_w01">我们代理了众多国内外知名品牌，包括国外的Thermo Fisher、abcam、CST、zeta life，以及国内的cell-box、KKL med、SORFA、CHIUPOK、icell、Biofoxx、罗恩、索莱宝等</p>
            </dd>
        </dl>
        <dl>
            <dt varid="ys_img02">
                <img src="images/82C78E0B-0E13D3DF-115F9786-535C597C0.png" alt="货真价实、质量保证" title="货真价实、质量保证">
            </dt>
            <dd>
                <span class="line-clamp-1" varid="ys_t02">货真价实、质量保证</span>
                <p class="line-clamp-3" varid="ys_w02">我们凭借优质的产品和服务，赢得了广大客户的信任和好评。无论是产品质量还是售后服务，我们都始终秉持着“The guest is God”的原则，为客户提供优质的服务！</p>
            </dd>
        </dl>
        <dl>
            <dt varid="ys_img03">
                <img src="images/1EF17274-34CCEEE9-1D96AC1B-8BF6BFC80.png" alt="提供技术服务" title="提供技术服务">
            </dt>
            <dd>
                <span class="line-clamp-1" varid="ys_t03">提供技术服务</span>
                <p class="line-clamp-3" varid="ys_w03">我们注重研发以及创新，因为我们深知科技是第一生产力。我们拥有一支专业的研发团队，不断探索生命科学的前沿领域，研发出更多更好的产品，满足客户的需求。</p>
            </dd>
        </dl>
        <dl>
            <dt varid="ys_img04">
                <img src="files/images/4.png" alt="及时售后" title="及时售后">
            </dt>
            <dd>
                <span class="line-clamp-1" varid="ys_t04">及时售后</span>
                <p class="line-clamp-3" varid="ys_w04">我们与国内外众多优秀的科研机构和企业建立了紧密的合作关系，共同分享最新的科研成果和技术信息。我们希望通过这种共享的方式，推动整个生命科学行业的发展和进步！</p>
            </dd>
        </dl>
    </div>
</div>
</div>

<div mfid="C1_Share_case"  class="mod1103">
    <style>
   .mod1103 .case_bg{ width:100%; padding:60px 0;  background:#f7f7f7;}
    
        .mod1103 .case_title{
            display: block;
            font-size: 40px;
            text-align: center;
            line-height: initial;
        }
        .mod1103 .case_title span.special{
            font-size:34px; text-align:center; color:#00a0e9; line-height:51px;
        }
        .mod1103 .case_detail{
            font-weight: normal;
            color: #444;
            text-align: center;
            padding-bottom: 15px;
            margin-top: 5px;
            font-size: 18px;
            display: block;
        }
        .mod1103 .case_detail::after{
            content:'';
            display: block;
            width: 120px;
            height: 3px;
            background: #00a0e9;
            position: relative;
            top: 8px;
            left: 46%;
        }
        .mod1103 .case_content{
            margin-top: 30px; overflow: hidden;
        }
        .mod1103 .case_content_ul li{
            margin: 0 8px;
            display: inline-block;
            border: 1px solid #ddd;
        }
        .mod1103 .case_content_ul li img{
            width:280px;
            height: auto;
            vertical-align: bottom;
        }
    </style>
    <div class="case_bg">
        <div class="width-1200">
            <div class="case_title text-center line-clamp-1">
                <span class="special" varid="title2">一级代理</span>
            </div>
        </div>
    
        <div class="case_content width-1200" varid="case">
            <ul class="case_content_ul"><li>
                    <a href="art_295757.html">
                        <img src="images/8DC31BCB-6C30DFE6-CD80169C-0315A93C0.jpg" alt="ZEALWAY" title="ZEALWAY">
                    </a>
                </li><li>
                    <a href="art_295756.html">
                        <img src="images/A857189B-03E4DC95-6C029E87-ECBC4A2A0.jpg" alt="菲桐仪器" title="菲桐仪器">
                    </a>
                </li><li>
                    <a href="art_295755.html">
                        <img src="images/252F1A30-6798AC3E-9C65C5C3-F8386A7F0.jpg" alt="FAITHFUL" title="FAITHFUL">
                    </a>
                </li><li>
                    <a href="art_295754.html">
                        <img src="images/ECB1021C-54262C4C-B9A9705D-9B2D57FE0.jpg" alt="YolMim" title="YolMim">
                    </a>
                </li><li>
                    <a href="art_295753.html">
                        <img src="images/D54965A3-D81A5870-BAD32FE6-BDC2012B0.jpg" alt="沪析" title="沪析">
                    </a>
                </li><li>
                    <a href="art_295752.html">
                        <img src="images/5004B5DC-8E044595-98BDC788-D21B33B90.jpg" alt="STIK" title="STIK">
                    </a>
                </li><li>
                    <a href="art_295751.html">
                        <img src="images/7FCB2A46-D1328081-66BD65A8-FCE4985F0.jpg" alt="美瑞克" title="美瑞克">
                    </a>
                </li><li>
                    <a href="art_295750.html">
                        <img src="images/E69A9B93-BAF5BDDC-DB9009F7-22C6230A0.jpg" alt="Elabscience" title="Elabscience">
                    </a>
                </li><li>
                    <a href="art_295749.html">
                        <img src="images/0F7715AA-2F3286EB-12F94946-48C5AEB20.jpg" alt="biosharp Life sciences" title="biosharp Life sciences">
                    </a>
                </li><li>
                    <a href="art_295748.html">
                        <img src="images/9F0E7900-420D8FA4-1079A5C7-FEB2C1480.jpg" alt="Cellverse" title="Cellverse">
                    </a>
                </li><li>
                    <a href="art_295747.html">
                        <img src="images/82DF32D9-DFC8CDB5-18EFA8A2-2399EBD90.jpg" alt="碧云天" title="碧云天">
                    </a>
                </li><li>
                    <a href="art_295746.html">
                        <img src="images/44AC3099-F8467C1F-45B32967-FDFF1DFC0.jpg" alt="Solarbio LIFE SCIENCES" title="Solarbio LIFE SCIENCES">
                    </a>
                </li><li>
                    <a href="art_295745.html">
                        <img src="images/690C8948-E05DF465-9A6D5353-CCC55AEA0.jpg" alt="罗恩" title="罗恩">
                    </a>
                </li><li>
                    <a href="art_295744.html">
                        <img src="images/E7B51972-8028621F-9996195E-8C5C85930.jpg" alt="麦克林" title="麦克林">
                    </a>
                </li><li>
                    <a href="art_295743.html">
                        <img src="images/F085188F-BB793DBF-EB8CDE5B-34432C010.jpg" alt="SORFA LIFE SCIENCE" title="SORFA LIFE SCIENCE">
                    </a>
                </li><li>
                    <a href="art_295742.html">
                        <img src="images/5F0C6A93-1DD6047B-B676B3A5-C0C77DEF0.jpg" alt="KKL Med Inc." title="KKL Med Inc.">
                    </a>
                </li><li>
                    <a href="art_295741.html">
                        <img src="images/0DB7FCCC-0B9DBDCD-E069914F-76AE3F650.jpg" alt="CHIU POK" title="CHIU POK">
                    </a>
                </li><li>
                    <a href="art_295740.html">
                        <img src="images/05BEDA28-AC4D4E87-0E306F43-B084FE9C0.jpg" alt="Cell-Box Fetal Bovine Serum" title="Cell-Box Fetal Bovine Serum">
                    </a>
                </li><li>
                    <a href="art_295739.html">
                        <img src="images/CA09EF68-FF67296E-A253D58C-A8CC69180.jpg" alt="ZETA life" title="ZETA life">
                    </a>
                </li><li>
                    <a href="art_295738.html">
                        <img src="images/6E7B8F54-CAA6E7B8-B43E3F18-B38051730.jpg" alt="AXYGEN" title="AXYGEN">
                    </a>
                </li><li>
                    <a href="art_295737.html">
                        <img src="images/25DA716C-CA08CE9C-DB3A4E1B-00CD13B00.jpg" alt="CORNING" title="CORNING">
                    </a>
                </li><li>
                    <a href="art_295736.html">
                        <img src="images/90C4751C-703320EA-B4FD2CD6-9C6D9AC30.jpg" alt="Cell signaling" title="Cell signaling">
                    </a>
                </li><li>
                    <a href="art_295735.html">
                        <img src="images/FD0C7607-6796ABAC-FF52492F-9B6C86B20.jpg" alt="abcam" title="abcam">
                    </a>
                </li><li>
                    <a href="art_295734.html">
                        <img src="images/016C3BEE-E00C9A41-DD745DF4-52E14A0B0.jpg" alt="MeRCK" title="MeRCK">
                    </a>
                </li><li>
                    <a href="art_295733.html">
                        <img src="images/2F1CA9B3-8DF11429-06FD29E5-84CE95560.jpg" alt="Thermo Fisher SCIENTIFIC" title="Thermo Fisher SCIENTIFIC">
                    </a>
                </li></ul>
        </div>
        <script type="text/javascript" charset="utf-8">
            jQuery(".case_bg").slide({mainCell:".case_content ul",autoPlay:true,effect:"leftMarquee",vis:5,interTime:50});
        </script>
    </div>
</div>


<div mfid="C1_Share_pro"  class="mod1240">
	<style>
		.mod1240 .pro_content{
			overflow: hidden;
			margin:60px auto 0;
			padding-bottom:60px;
		}
		.mod1240 .pro_ul{margin-top:10px;}
		.mod1240 .pro_ul li{
			float: left;
			width: 23%;
			margin: 1%;
		}
		.mod1240 .pro_ul li p{
			line-height: 40px;
			height: 40px;
			text-align: center;
			background: #eee;
			position: relative;
		}
		.mod1240 .pro_ul li p::after,.mod1240 .pro_ul li p:after{
			content: '';
			-webkit-transition: ease-in-out 0.4s all;
			transition: ease-in-out 0.4s all;
			position: absolute;
			left: -200%;
			bottom: 0;
			width: 200%;
			height: 200%;
			z-index: 0;
			top: -200%;
			border-radius: 50%;
			opacity: 0; 
			background: #00a0e9
		}
		.mod1240 .pro_ul li:hover p::after{
			left: -50%;
			top: -50%;
			opacity: 1;
		}
		.mod1240 .pro_ul li:hover p a{
			color: #fff;
			z-index: 1;
		}
		.mod1240 .pro_ul li p a{
			font-size: 14px;
			display: block;
			position: relative;
		}
		.mod1240 .image-box{
			width: 100%;
			position: relative;
			overflow: hidden;
			text-align: center;
			border: 1px solid #d0d0d0;
			box-sizing: border-box;
		}
		.mod1240 .pro_mask{
			width: 100%;
			background: rgba(0, 0, 0, 0.4);
			height: 100%;
			position: absolute;
			bottom: 0;
			left: -100%;
			-webkit-transition: 0.3s all ease-in-out;
			transition: 0.3s all ease-in-out;
		}
		.mod1240 .pro_mask a{
			display: block;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		.mod1240 .pro_mask .pro_icon{
			width: 70px;
			height: 70px;
			border-radius: 50%;
			line-height: 70px;
			color: #fff;
			margin: auto;
			margin-top: 55px;
			background: #00a0e9
		}
		.mod1240 .pro_mask .pro_icon i.dicon{
			font-size: 30px;
		}
		.mod1240 .pro_mask .pro_btn{
			line-height: 22px;
			border-radius: 10px;
			font-size: 13px;
			padding: 1px 15px;
			margin: 15px auto;
			display: inline-block;
			border: 1px solid #fff;
			-webkit-transition: all 0.3s 0.3s;
			transition: all 0.3s 0.3s;
			color: #fff;
			text-align: center;
		}
		.mod1240 .pro_ul li:hover .pro_mask{
			left: 0;
		}
		.mod1240 .image-box img{
			max-width: 100%;
			vertical-align: middle;
		}
		.pro_content_title{ font-size:34px; text-align:center; color:#00a0e9; line-height:51px;}
		.pro_content_text{ font-size:14px; text-align:center; line-height:40px; class:#999999;}
	</style>
	<div class="pro_content box">
	    <div class="pro_content_title" varid="title1">产品中心</div>
	    <div class="pro_content_text" varid="title2">严格的高技术把关，打造质量好的产品</div>
<div mfid="C1_Share_nav_n_pro" class="mod1016">
<div varid="list" class="page_nav">
<style type="text/css" media="all">
.mod1016 .page_nav {
            height: 55px;
            background: #fff;            
            margin: 20px 0;
            overflow: hidden;
        }
        
        .mod1016 .page_nav li {
            width:20%;
            height: 55px;
            font-size: 18px;
            line-height: 55px;
            text-align: center;
            float: left;
            border-right: 1px solid #eee;
            margin-right: -1px;
            background: #f4f4f4;
            cursor: pointer;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }
        
        .mod1016 .page_nav li a {
            display: block;
            height: 55px;
            color: #a8a8a8;
        }

        .mod1016 .page_nav li.sidenavcur,
        .mod1016 .page_nav li:hover {
            background: url(jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQC2Ts1d_kzzEhjr3PP_zQmz3nMfZgDvtYXnV2QKsNaYqM64_k5Cduk3zP9TWrvKoWY.1.png) no-repeat bottom center #00a0e9;
            border-color: #00a0e9;
        }
        
        .mod1016 .page_nav li.sidenavcur a,
        .mod1016 .page_nav li:hover a {
            color: #fff;
        }      
</style>

<ul > 
   
    
   
   
   
   <li class=""> 
   <a href="products_167141.html"> 科研试剂 </a> </li>
   
   
   
   <li class=""> 
   <a href="products_167142.html"> 实验耗材 </a> </li>
   
   
   
   <li class=""> 
   <a href="products_167143.html"> 仪器设备 </a> </li>
   
   
   
   <li class=""> 
   <a href="products_167144.html"> 实验服务 </a> </li>
   
   
   
   <li class=""> 
   <a href="ppt_168412.html"> Cell-box 胎牛血清 </a> </li>
   
   
   
   
   
 </ul> 
 </div>
 </div>

		<ul class="pro_ul clearfix" varid="pro"><li>
				<div class="image-box">
					<a href="products_1546578.html">
						<img src="images/A394A3AF-FFB1E686-2B6A00FA-AF90F55F0.jpg" alt="2D细胞、类器官培养试剂">
					</a>
					<div class="pro_mask">
						<a href="products_1546578.html">
							<div class="pro_icon">
								<i class="dicon di-search1"></i>
							</div>
							<div class="pro_btn">查看详情 ></div>
						</a>
					</div>                
				</div>
				<p class="line-clamp-1"><a href="products_1546578.html">2D细胞、类器官培养试剂</a></p>
			</li><li>
				<div class="image-box">
					<a href="products_1546579.html">
						<img src="images/6FEB1664-6DAC743A-653CEDCD-72B1094E0.jpg" alt="3D细胞、类器官培养试剂">
					</a>
					<div class="pro_mask">
						<a href="products_1546579.html">
							<div class="pro_icon">
								<i class="dicon di-search1"></i>
							</div>
							<div class="pro_btn">查看详情 ></div>
						</a>
					</div>                
				</div>
				<p class="line-clamp-1"><a href="products_1546579.html">3D细胞、类器官培养试剂</a></p>
			</li><li>
				<div class="image-box">
					<a href="products_1546580.html">
						<img src="images/1355022F-23FCD989-77485603-329B7CAC0.jpg" alt="原代免疫细胞（BPMC等）">
					</a>
					<div class="pro_mask">
						<a href="products_1546580.html">
							<div class="pro_icon">
								<i class="dicon di-search1"></i>
							</div>
							<div class="pro_btn">查看详情 ></div>
						</a>
					</div>                
				</div>
				<p class="line-clamp-1"><a href="products_1546580.html">原代免疫细胞（BPMC等）</a></p>
			</li><li>
				<div class="image-box">
					<a href="products_1546581.html">
						<img src="images/8A33F255-EE5C5021-3E5D3400-42EA51ED0.jpg" alt="血清">
					</a>
					<div class="pro_mask">
						<a href="products_1546581.html">
							<div class="pro_icon">
								<i class="dicon di-search1"></i>
							</div>
							<div class="pro_btn">查看详情 ></div>
						</a>
					</div>                
				</div>
				<p class="line-clamp-1"><a href="products_1546581.html">血清</a></p>
			</li><li>
				<div class="image-box">
					<a href="products_1546582.html">
						<img src="images/9059F4C8-069F7CD1-253E6040-A210393E0.jpg" alt="小分子抑制剂">
					</a>
					<div class="pro_mask">
						<a href="products_1546582.html">
							<div class="pro_icon">
								<i class="dicon di-search1"></i>
							</div>
							<div class="pro_btn">查看详情 ></div>
						</a>
					</div>                
				</div>
				<p class="line-clamp-1"><a href="products_1546582.html">小分子抑制剂</a></p>
			</li><li>
				<div class="image-box">
					<a href="products_1546583.html">
						<img src="images/FF2627FE-370B4EB1-67F83184-1A517C790.jpg" alt="转染试剂">
					</a>
					<div class="pro_mask">
						<a href="products_1546583.html">
							<div class="pro_icon">
								<i class="dicon di-search1"></i>
							</div>
							<div class="pro_btn">查看详情 ></div>
						</a>
					</div>                
				</div>
				<p class="line-clamp-1"><a href="products_1546583.html">转染试剂</a></p>
			</li><li>
				<div class="image-box">
					<a href="products_1546584.html">
						<img src="images/98CB01ED-AA8251CE-25793CFE-199B0F9E0.jpg" alt="生物试剂盒">
					</a>
					<div class="pro_mask">
						<a href="products_1546584.html">
							<div class="pro_icon">
								<i class="dicon di-search1"></i>
							</div>
							<div class="pro_btn">查看详情 ></div>
						</a>
					</div>                
				</div>
				<p class="line-clamp-1"><a href="products_1546584.html">生物试剂盒</a></p>
			</li><li>
				<div class="image-box">
					<a href="products_1546585.html">
						<img src="images/24F6308D-33130E91-BF97E4D9-D1C560970.jpg" alt="培养基">
					</a>
					<div class="pro_mask">
						<a href="products_1546585.html">
							<div class="pro_icon">
								<i class="dicon di-search1"></i>
							</div>
							<div class="pro_btn">查看详情 ></div>
						</a>
					</div>                
				</div>
				<p class="line-clamp-1"><a href="products_1546585.html">培养基</a></p>
			</li></ul>
	</div>
</div>

<div mfid="C1_Share_about"  class="mod1458">
<style>
    .mod1458 .about_bg {
        position: relative;
        width: 100%;
        padding-top: 60px;
        background: #f5f5f5;
    }
    .mod1458 .about_bg:after {
        display: block;
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 460px;
        background: #00a0e9;
    }
    .mod1458 .about_content {
        height: 480px;
    }
    .mod1458 .about_content .about_l {
        position: relative;
        padding: 0 50px;
        width: 540px;
        height: 100%;
        background: #f5f5f5;
        z-index: 99;
    }
    .mod1458 .about_content .about_l .about_l_tile {
        position: relative;
        padding-bottom: 20px;
    }
    .mod1458 .about_content .about_l .about_l_tile:after {
        display: block;
        position: absolute;
        content: " ";
        bottom: 0;
        width: 46px;
        height: 3px;
        background: #00a0e9;
    }
    .mod1458 .about_content .about_l .about_l_tile b {
        display: block;
        padding-top: 20px;
        font-family: "Arial";
        font-size: 44px;
        color: #d4d9d4;
    }
    .mod1458 .about_content .about_l .about_l_tile span {
        display: block;
        font-size: 22px;
        font-weight: bold;
        color: #00a0e9;
    }
    .mod1458 .about_content .about_l .about_l_w {
        padding-top: 30px;
        max-height: 180px;
        overflow: hidden;
    }
    .mod1458 .about_content .about_l .about_l_w p {
        display: block;
        text-indent: 2em;
        font-size: 16px;
        color: #555;
        line-height: 30px;
    }
    .mod1458 .about_content .about_l .about_l_btn {
        margin-top: 40px;
    }
    .mod1458 .about_content .about_l .about_l_btn dl {
        float: left;
        margin-right: 40px;
    }
    .mod1458 .about_content .about_l .about_l_btn dl:last-of-type {
        margin-right: 0;
    }
    .mod1458 .about_content .about_l .about_l_btn dl dt,.mod1458 .about_content .about_l .about_l_btn dl dd {
        float: left;
    }
    .mod1458 .about_content .about_l .about_l_btn dl dt {
        width: 50px;
        height: 44px;
    }
    .mod1458 .about_content .about_l .about_l_btn dl dt img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .mod1458 .about_content .about_l .about_l_btn dl dd {
        margin-left: 10px;
    }
    .mod1458 .about_content .about_l .about_l_btn dl dd span {
        display: block;
        padding-top: 5px;
        font-size: 18px;
        color: #555;
    }
    .mod1458 .about_content .about_l .about_l_btn dl dd p {
        font-family: "Arial";
        font-size: 12px;
        color: #999;
    }
    .mod1458 .about_content .about_r {
        width: 560px;
        height: 100%;
        background: #333;
    }
    .mod1458 .about_content .about_r img {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .mod1458 .about_trait {
        position: relative;
        padding-top: 55px;
        width: 100%;
        height: 145px;
        z-index: 1;
        background: #00a0e9;
    }
    .mod1458 .about_trait li {
        position: relative;
        float: left;
        padding: 0 14px 0 15px;
        text-align: center;
        width: 270px;
        height: 90px;
        border-right: 1px dashed #fff;
    }
    .mod1458 .about_trait li:first-of-type:before {
        position: absolute;
        display: block;
        content: " ";
        left: 0;
        height: 100%;
        border-left: 1px dashed #fff;
    }
    .mod1458 .about_trait li span {
        display: block;
        padding-top: 10px;
        font-size: 26px;
        color: #fff;
        font-weight: bold;
    }
    .mod1458 .about_trait li p {
        display: block;
        padding-top: 5px;
        font-size: 18px;
        color: #fff;
    }
</style>
<div class="about_bg">
    <div class="box">
        <div class="about_content clearfix">
            <div class="about_l fl">
                <div class="about_l_tile">
                    <b class="line-clamp-1" varid="about_en">ABOUT US</b>
                    <span class="line-clamp-1">广州市超博科技有限公司</span>
                </div>
                <div class="about_l_w" varid="about_w"><p>
	广州市超博科技有限公司成立于2019年，是一个年轻而充满活力的科技团队，正以星星之火，可以燎原的姿态燃烧着，充满了无限的希望和可能！
</p>
<p>
	超博科技是一支年轻的队伍，拥有着一颗颗热血沸腾的心，对生命科学领域充满了好奇和探索精神。我们坚信，年轻就是力量，我们带着这份活力和冲劲，不断挑战自我，超越极限！
</p>
<p>
	我们注重研发以及创新，因为我们深知科技是第一生产力。我们拥……
</p></div>
                <div class="about_l_btn clearfix">
                    <dl class="clearfix">
                        <a href="company.html">
                            <dt varid="about_ico1">
                                <img src="jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQB1tpUm6PICZzMDBBRCRclX973_zB91MpvjXTlniB0QLk5tLak_Rxe_SvmxBSHrcC5S7qKrW4IdEqRHkV3aEBr2.png" alt="公司简介">
                            </dt>
                            <dd>
                                <span varid="about_t1">公司简介</span>
                                <p varid="about_en1">Company Profile</p>
                            </dd>
                        </a>
                    </dl>
                    <dl class="clearfix">
                        <a href="wpt_140892.html">
                            <dt varid="about_ico2">
                                <img src="images/DA1B0165-5FE02836-A6C651A6-CFFC24C50.png" alt="合作伙伴">
                            </dt>
                            <dd>
                                <span varid="about_t2">合作伙伴</span>
                                <p varid="about_en2">Case</p>
                            </dd>
                        </a>
                    </dl>
                    <dl class="clearfix">
                        <a href="contact.html">
                            <dt varid="about_ico3">
                                <img src="jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQB1tpUm6PICZzMDBBRCRclX973_zB91MpvjXTlniB0QLv16qIq3ACkkChcQrUzPeDik7QC92RjvekgCClA8_f9b.png" alt="联系我们">
                            </dt>
                            <dd>
                                <span varid="about_t3">联系我们</span>
                                <p varid="about_en3">Contact us</p>
                            </dd>
                        </a>
                    </dl>
                </div>
            </div>
            <div class="about_r fr" varid="about_img">
                <img src="images/7EBA4055-F9BEF3CA-DC7C4000-2EDC26250.jpg" alt="广州市超博科技有限公司">
            </div>
        </div>
    </div>
    <div class="about_trait">
        <div class="box">
            <ul>
                <li>
                    <span class="line-clamp-1" varid="trait_t1">科技团队</span>
                    <p class="line-clamp-1" varid="trait_w1">一个年轻而充满活力的科技团队</p>
                </li>
                <li>
                    <span class="line-clamp-1" varid="trait_t2">办事效率快</span>
                    <p class="line-clamp-1" varid="trait_w2">专业人才，深耕行业，经验丰富</p>
                </li>
                <li>
                    <span class="line-clamp-1" varid="trait_t3">4000家</span>
                    <p class="line-clamp-1" varid="trait_w3">为4000多家以上企业提供过服务</p>
                </li>
                <li>
                    <span class="line-clamp-1" varid="trait_t4">质量保障</span>
                    <p class="line-clamp-1" varid="trait_w4">代理了众多国内外知名品牌</p>
                </li>
            </ul>
        </div>
    </div>
</div>
</div>

<div mfid="C1_Share_news2"  class="mod1459">
<style>
    .mod1459 .news_bg {
        padding: 60px 0;
    }
    .mod1459 .news_bg .news_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mod1459 .news_bg .news_title .news_tile {
        max-width: 600px;
    }
    .mod1459 .news_bg .news_title .news_tile span {
        display: block;
        font-size: 38px;
        font-weight: bold;
        color: #333;
    }
    .mod1459 .news_bg .news_title .news_tile p {
        display: block;
        font-size: 18px;
        color: #333;
    }
    .mod1459 .news_bg .news_title .news_tab dl {
        position: relative;
        display: block;
        float: left;
        margin-right: 20px;
        width: 100px;
        padding-bottom: 21px;
    }
    .mod1459 .news_bg .news_title .news_tab dl:last-of-type {
        margin-right: 0;
    }
    .mod1459 .news_bg .news_title .news_tab dl:after {
        display: block;
        content: " ";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        transition: all 0.3s;
        background: #00a0e9;
    }
    .mod1459 .news_bg .news_title .news_tab dl dt {
        float: left;
        position: relative;
        width: 18px;
        height: 18px;
        overflow: hidden;
    }
    .mod1459 .news_bg .news_title .news_tab dl dt img {
        position: relative;
        display: block;
        left: 0;
        transition: all 0.3s;
    }
    .mod1459 .news_bg .news_title .news_tab dl dd {
        float: left;
        padding-left: 5px;
        height: 18px;
        line-height: 18px;
    }
    .mod1459 .news_bg .news_title .news_tab dl dd span {
        display: block;
        font-size: 18px;
        color: #333;
        transition: all 0.3s;
    }
    .mod1459 .news_bg .news_title .news_tab dl.on:after {
        width: 100%;
    }
    .mod1459 .news_bg .news_title .news_tab dl.on dd span {
        color: #00a0e9;
    }
    .mod1459 .news_bg .news_title .news_tab dl.on dt img {
        left: -18px;
    }
    
    .mod1459 .news_bg .news_content {
        margin-top: 30px;
    }
    .mod1459 .news_bg .news_content ul {
        display: flex;
    }
    .mod1459 .news_bg .news_content li {
        position: relative;
        margin-right: 2%;
        width: 32%;
        cursor: pointer;
    }
    .mod1459 .news_bg .news_content li:last-of-type {
        margin-right: 0;
    }
    .mod1459 .news_bg .news_content li .news_img {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        background: #f5f5f5;
    }
    .mod1459 .news_bg .news_content li .news_img a {
        display: block;
        width: 100%;
    }
    .mod1459 .news_bg .news_content li .news_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .mod1459 .news_bg .news_content li .news_time {
        position: absolute;
        top: 58%;
        left: 20px;
        width: 86px;
        height: 86px;
        text-align: center;
        background: #00a0e9;
    }
    .mod1459 .news_bg .news_content li .news_time .news_time_ico {
        margin: 11px auto 13px;
        width: 32px;
        height: 29px;
        background: url(jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQB1tpUm6PICZzMDBBRCRclXT1xs1OpeyEXRXpHmxxCkc53WDj_SpTIpilI2ah6MDPCRE4wHuMKgGF45OUvRKaPR.png) no-repeat center;
    }
    .mod1459 .news_bg .news_content li .news_time .news_time_t span {
        display: block;
        font-family: "Arial";
        font-size: 18px;
        color: #fff;
    }
    .mod1459 .news_bg .news_content li .news_txt {
        padding: 25px 20px;
        background: #f5f5f5;
    }
    .mod1459 .news_bg .news_content li .news_txt .news_txt_t {
        padding-left: 100px;
    }
    .mod1459 .news_bg .news_content li .news_txt .news_txt_t a {
        display: block;
        font-size: 16px;
        color: #333;
    }
    .mod1459 .news_bg .news_content li .news_txt .news_txt_w {
        padding-top: 30px;
    }
    .mod1459 .news_bg .news_content li .news_txt .news_txt_w p {
        font-size: 16px;
        color: #999;
        line-height: 30px;
    }
    .mod1459 .news_bg .news_content li .news_txt .news_txt_a {
        margin-top: 20px;
        width: 31px;
        height: 8px;
    }
    .mod1459 .news_bg .news_content li .news_txt .news_txt_a img {
        display: block;
        width: 100%;
        height: 100%;
    }
</style>
<div class="news_bg">
    <div class="box">
        <div class="news_title">
            <div class="news_tile">
                <span class="line-clamp-1" varid="news_t">新闻中心</span>
                <p class="line-clamp-1" varid="news_w">聚焦我们，了解更多相关的行业新闻与产品资讯</p>
            </div>
            <div class="news_tab" varid="news_d">
                
                
                
                <dl>
                    <a href="wpt_140889.html">
                        <dt><img src="jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQB1tpUm6PICZzMDBBRCRclXT1xs1OpeyEXRXpHmxxCkc-GHVujV3vJYHFKuNDTgH8HFBhgAOC3VvXK9nlG9lRWU.png" alt="行业资讯"></dt>
                        <dd><span>行业资讯</span></dd>
                    </a>
                </dl>
                
                <dl>
                    <a href="wpt_140890.html">
                        <dt><img src="jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQB1tpUm6PICZzMDBBRCRclXT1xs1OpeyEXRXpHmxxCkc06oxRgTW96Vl_LL09haBridfVj681mIfjmw4GI6cDLn.png" alt="常见问题"></dt>
                        <dd><span>常见问题</span></dd>
                    </a>
                </dl>
                
                
            </div>
        </div>
        <div class="news_content clearfix">
            <div class="news_d">
                
                
                <ul>
                
                
                <li>
                    <div class="news_img">
                        <a href="art_295776.html">
                            <img src="images/CDAC6057-0D07BFB3-CA129EAF-551B0D240.png" alt="Western实验步骤">
                        </a>
                    </div>
                    <div class="news_time">
                        <div class="news_time_ico"></div>
                        <div class="news_time_t"><span class="line-clamp-1">10/11</span></div>
                    </div>
                    <div class="news_txt">
                        <div class="news_txt_t">
                            <a class="line-clamp-1">Western实验步骤</a>
                        </div>
                        <div class="news_txt_w">
                            <p class="line-clamp-3">Western，也称Western blot、Western blotting、Western印迹，常简写为WB，是用抗体检测蛋白表达的重要方法之一。Western可以参考如下步骤进行操作。 1.收集蛋白样品(Protein sample preparation) 根据实验需要，使用适当的裂解...</p>
                        </div>
                    </div>
                </li>
                
                <li>
                    <div class="news_img">
                        <a href="art_295777.html">
                            <img src="images/02F71E75-CB0EE8A1-87A2603C-D64519EF0.jpg" alt="动物细胞及组织基本培养技术分享">
                        </a>
                    </div>
                    <div class="news_time">
                        <div class="news_time_ico"></div>
                        <div class="news_time_t"><span class="line-clamp-1">10/11</span></div>
                    </div>
                    <div class="news_txt">
                        <div class="news_txt_t">
                            <a class="line-clamp-1">动物细胞及组织基本培养技术分享</a>
                        </div>
                        <div class="news_txt_w">
                            <p class="line-clamp-3">将动物组织或细胞分散成单个细胞，在模拟机体内的生长环境条件下，使其在体外环境继续生长增殖的过程，称为细胞培养。体外培养可分为原代培养（亦称初代培养）和传代培养（亦称继代培养）。原代培养是指将机体取出的组织或细胞进行初次培养的过程。初次培养的细胞大约增殖10代左右，这样的细胞称为原代细胞。从原代...</p>
                        </div>
                    </div>
                </li>
                
                <li>
                    <div class="news_img">
                        <a href="art_295778.html">
                            <img src="images/58CC4FC3-A52BA596-C651A7C1-43A9F4CF0.jpeg" alt="动物实验模型，你选对了吗？">
                        </a>
                    </div>
                    <div class="news_time">
                        <div class="news_time_ico"></div>
                        <div class="news_time_t"><span class="line-clamp-1">10/11</span></div>
                    </div>
                    <div class="news_txt">
                        <div class="news_txt_t">
                            <a class="line-clamp-1">动物实验模型，你选对了吗？</a>
                        </div>
                        <div class="news_txt_w">
                            <p class="line-clamp-3">在生物医学研究中，选择合适的动物模型至关重要。大小鼠和豚鼠是最常用的动物模型之一。根据研究目的、研究领域的特性以及实验条件等多种因素进行选择，能够更准确地模拟人类疾病过程，提高实验数据的可靠性，为生物医学研究提供强有力的支持。本文将详细绍大小鼠和豚鼠的特点、适用性以及主要应用领域。 ONE大鼠...</p>
                        </div>
                    </div>
                </li>
                
                </ul>
                
                <ul>
                
                
                <li>
                    <div class="news_img">
                        <a href="art_295781.html">
                            <img src="images/8F1807E9-4885D995-A4D8B860-BD1E93160.jpeg" alt="如何询价/下单">
                        </a>
                    </div>
                    <div class="news_time">
                        <div class="news_time_ico"></div>
                        <div class="news_time_t"><span class="line-clamp-1">10/11</span></div>
                    </div>
                    <div class="news_txt">
                        <div class="news_txt_t">
                            <a class="line-clamp-1">如何询价/下单</a>
                        </div>
                        <div class="news_txt_w">
                            <p class="line-clamp-3">拨打网站联系人的电话/添加我们的微信，提供想要咨询的产品的品牌与货号，业务员会给您报价，价格合适可以选择下单产品。我们支持锐竞、喀斯玛平台、自结下单。</p>
                        </div>
                    </div>
                </li>
                
                <li>
                    <div class="news_img">
                        <a href="art_295780.html">
                            <img src="images/D2736514-ECB39FBB-C203AF65-34113FFF0.jpeg" alt="售后退换货问题">
                        </a>
                    </div>
                    <div class="news_time">
                        <div class="news_time_ico"></div>
                        <div class="news_time_t"><span class="line-clamp-1">10/11</span></div>
                    </div>
                    <div class="news_txt">
                        <div class="news_txt_t">
                            <a class="line-clamp-1">售后退换货问题</a>
                        </div>
                        <div class="news_txt_w">
                            <p class="line-clamp-3">我公司实验室产品会根据市场需求进行更新，产品详情图片仅供参考，以实际收到货物为准。 售后质保：公司对所售产品质量问题负责，仅限于产品本身价值，不承担其他相关的连带责任，以及所提供的一切产品均为科研用品，仅供科研使用，不得用于注射，食用或其他用途。</p>
                        </div>
                    </div>
                </li>
                
                <li>
                    <div class="news_img">
                        <a href="art_295779.html">
                            <img src="images/0452C6F1-C2FB56F5-2BB56B15-51230E5D0.png" alt="运输问题">
                        </a>
                    </div>
                    <div class="news_time">
                        <div class="news_time_ico"></div>
                        <div class="news_time_t"><span class="line-clamp-1">10/11</span></div>
                    </div>
                    <div class="news_txt">
                        <div class="news_txt_t">
                            <a class="line-clamp-1">运输问题</a>
                        </div>
                        <div class="news_txt_w">
                            <p class="line-clamp-3">我们公司运输合作物流是京东、顺丰，确保顾客最快收到产品；低温冻存产品我们会配有保温箱/冰袋/干冰运输，确保顾客完整的收到产品。</p>
                        </div>
                    </div>
                </li>
                
                </ul>
                
                
            </div>
        </div>
    </div>
</div>
<script type="text/javascript">
	jQuery(".news_bg").slide({titCell:".news_tab dl",mainCell:".news_content .news_d",effect:"leftLoop",autoPlay:true,interTime:5000});
</script>
</div>

<div mfid="C1_Share_copyright" class="mod1348">


    <style>
        .mod1348 .footWrap {
            background: #333333;
            height: 406px;
            overflow: hidden;
            font-family: "Microsoft Yahei";
            width: 100%;
        }

        .mod1348 .footer {
            width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .mod1348 .ft_t {
            height: 120px;
            border-bottom: 1px solid #484848;
        }

        .mod1348 .ft_logo {
            float: left;
            width: 299px;
            height: 79px;
            margin-top: 20px;
        }

        .mod1348 .ft_nav {
            float: right;
            width: 812px;
        }

        .mod1348 .ft_nav a {
            font-size: 16px;
            color: #fff;
            padding: 0 17px;
            font-family: "Microsoft Yahei";
            line-height: 120px;
        }

        .mod1348 .ft_nav a:hover {
            text-decoration: underline;
        }

        .mod1348 .ft_c {
            height: 100px;
            border-bottom: 1px solid #484848;
            line-height: 100px;
        }

        .mod1348 .ft_c span {
            display: block;
            float: left;
            font-size: 16px;
            color: #fff;
            width: 15%;
        }
        
        .mod1348 .ft_c span:first-child {
            width: 30%;
        }
        
        .mod1348 .ft_c span:nth-child(5) {
            width: 20%;
        }

        .mod1348 .ft_c span a {
            font-size: 16px;
            color: #fff;
            display: inline-block;
        }

        .mod1348 .ft_c span a:hover {
            text-decoration: underline;
        }

        .mod1348 .ft_c span img {
            float: left;
            vertical-align: middle;
            padding: 40px 9px 0 0;
        }

        .mod1348 .ft_c em {
            display: inline-block;
            padding: 0 36px;
            float: left;
        }

        .mod1348 .ft_wz {
            float: left;
            padding: 36px 0 0 0;
            font-size: 14px;
            color: #7c7c7c;
            line-height: 30px;
        }

        .mod1348 .ft_wz a {
            color: #666;
        }

        .mod1348 .ft_wz a:hover {
            color: #fff;
        }

        .mod1348 .ft_b p {
            float: right;
            padding-top: 27px;
            margin-right: 20px;
            width: 86px;
            text-align: center;
        }

        .mod1348 .ft_b p img {
            width: 86px;
            height: 86px
        }

        .mod1348 .ft_b p span {
            display: block;
            font-size: 14px;
            padding-top: 10px;
            color: #666;
        }

    </style>

    <div class="footWrap">
        <div class="footer">
            <div class="ft_t">
                <div class="ft_logo">
                    <img varid="logo" src="images/2C92DB6D-756AC20E-C7B01DDA-5702AF3A0.png">
                </div>
                <div class="ft_nav" varid="list1"><a href="/">网站首页</a><a href="company.html">关于我们</a><a href="products.html">产品中心</a><a href="wpt_140891.html">一级代理</a><a href="wpt_140892.html">合作伙伴</a><a href="news.html">新闻中心</a><a href="feedback.html">在线留言</a><a href="contact.html">联系我们</a></div>
            </div>
            <div class="ft_c">
                <span><img src="jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQDiKW5pMmRmv48NV4wnyl9H_3u1XDPvd17_LBEUmAR1Z2Vok38ISczX6fuGIkwQcWmnerevEy-mJlbpew2ohHn_.jpg">广州市白云区黄石街道正街1号一栋304室</span>
                <em>/</em>
                <span><img src="jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQDiKW5pMmRmv48NV4wnyl9H_3u1XDPvd17_LBEUmAR1ZxSHuE477YViFbFE5TU9W61GE1h0YXxBJV8HGyOd1had.jpg">18818844207</span>
                <em>/</em>
                <span><img src="jump-url/y8y5yeCBMB3qEnKFk3Vjo5gQCyIlP0JxS_2yx0k2kQDiKW5pMmRmv48NV4wnyl9H_3u1XDPvd17_LBEUmAR1Z9MfnoQdRribHzIlh3tUHyGfxAD47ILp10yajrRLCr-H.jpg"><a href="mailto:cbzzh188188@qq.com">cbzzh188188@qq.com</a></span>
                <em>/</em>
                <span><img src="files/images/100869_copyright_03_cz.jpg">www.chiupok.com</span>
            </div>
            <div class="ft_b">
                <div class="ft_wz">广州市超博科技有限公司版权所有 © Copyright 2024 / 备案号：<a rel="nofollow" href="http://beian.miit.gov.cn" target="_blank">粤ICP备19162636号</a>
                    <br> <a href="sitemap.htm" target="_blank">[BMAP]</a>&nbsp;&nbsp;<a href="sitemap.xml" target="_blank">[GMAP]</a>
                    <a href="http://login.di7.com" target="_blank">[网站管理]</a>
                    <br> 技术支持：<a title="第七城网络" href="https://www.di7city.com/" target="_blank">第七城网络</a>
                </div>
                <p><img src="images/598BFC91-BC94D4CE-72939C5B-AB36C43B0.jpg"><span>添加微信</span></p>
                <p><img src="images/93FC6281-C0FDE18A-9D91B27F-916334CC0.png"><span>手机网站</span></p>
            </div>
        </div>
        <div class="clear"></div>
    </div>


</div>


<script>
with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='plugins/pluginLoad.js?v='+parseInt(new Date().getTime()/(1000*60))];
with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='plugins/online/onlineLoad.js?v='+parseInt(new Date().getTime()/(1000*60))];
</script></body></html>